home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.ed.ac.uk!news
- From: Steven <steven@srv1.jig.ed.ac.uk>
- Newsgroups: comp.lang.c++
- Subject: Help! DLL's Mess Everything!
- Date: 10 Jan 1996 14:47:51 GMT
- Organization: JIIG-CAL
- Message-ID: <4d0jin$4rq@scotsman.ed.ac.uk>
- NNTP-Posting-Host: usr2.jig.ed.ac.uk
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- hi,
-
- I'm using Borland 3.1 with OWL to try to create a DLL and then use it
- in one of my executables. However when I tried to use the function in
- the DLL I got linker errors. So I changes the libraries to dynamic and
- then defined _CLASSLIB which did indeed get rid of the linker errors
- and give me an executable. However the BITMAP that used to display in
- the window is now gone and will not display while _CLASSLIB is defined.
- Can I get around it????? Any help appreciated.
-
- Steve
-
-